home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xml;
-
- class ContentModel$2$MyVisitor2 implements ContentModelTerm.Visitor {
- // $FF: synthetic field
- final String val$occurance;
- // $FF: synthetic field
- final ContentModel this$0;
- int toFind;
- ContentModelTerm found;
-
- ContentModel$2$MyVisitor2(String var1, ContentModel var2, int var3) {
- this.val$occurance = var1;
- this.this$0 = var2;
- this.toFind = var3;
- }
-
- ContentModelTerm getFoundTerm() {
- return this.found;
- }
-
- public void visit(ContentModelTerm var1) {
- if (var1.isGroup() && var1.getOccuranceAsString(true, true, true).equals(this.val$occurance) && --this.toFind == 0) {
- this.found = var1;
- }
-
- }
- }
-